With buttons at the bottom, things were not looking good here:
no spacing, and a gray background. Add spacing, and put the buttons
on the white background.
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<property name="border_width">0</property>
+ <style>
+ <class name="view"/>
+ </style>
+ <child internal-child="action_box">
+ <object class="GtkBox">
+ <property name="margin">6</property>
+ </object>
+ </child>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>